From: Paul Eggert Date: Sat, 23 Jul 2011 18:31:25 +0000 (-0700) Subject: * xml.c (parse_region): Remove unused local X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2732 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=970c7f725432154f386141aefa7dd3e03d580448;p=emacs.git * xml.c (parse_region): Remove unused local that was recently introduced. --- diff --git a/src/ChangeLog b/src/ChangeLog index db5026955ce..26425d84c1d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-07-23 Paul Eggert + + * xml.c (parse_region): Remove unused local + that was recently introduced. + 2011-07-23 Eli Zaretskii * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in diff --git a/src/xml.c b/src/xml.c index a8a4d8122da..600dcd11616 100644 --- a/src/xml.c +++ b/src/xml.c @@ -87,7 +87,6 @@ static Lisp_Object parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int htmlp) { xmlDoc *doc; - xmlNode *node; Lisp_Object result = Qnil; const char *burl = ""; EMACS_INT bytes;